home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / cguid.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  3.5 KB  |  122 lines

  1. //+-------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1992-1996.
  5. //
  6. //  File:       cguid.h
  7. //
  8. //--------------------------------------------------------------------------
  9.  
  10. #ifndef __CGUID_H__
  11. #define __CGUID_H__
  12. #pragma option push -b
  13.  
  14.  
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18.  
  19. extern const IID GUID_NULL;
  20. extern const IID IID_IRpcChannel;
  21. extern const IID IID_IRpcStub;
  22. extern const IID IID_IStubManager;
  23. extern const IID IID_IRpcProxy;
  24. extern const IID IID_IProxyManager;
  25. extern const IID IID_IPSFactory;
  26. extern const IID IID_IInternalMoniker;
  27. extern const IID IID_IDfReserved1;
  28. extern const IID IID_IDfReserved2;
  29. extern const IID IID_IDfReserved3;
  30. extern const CLSID CLSID_StdMarshal;
  31. extern const IID IID_IStub;
  32. extern const IID IID_IProxy;
  33. extern const IID IID_IEnumGeneric;
  34. extern const IID IID_IEnumHolder;
  35. extern const IID IID_IEnumCallback;
  36. extern const IID IID_IOleManager;
  37. extern const IID IID_IOlePresObj;
  38. extern const IID IID_IDebug;
  39. extern const IID IID_IDebugStream;
  40. extern const CLSID CLSID_PSGenObject;
  41. extern const CLSID CLSID_PSClientSite;
  42. extern const CLSID CLSID_PSClassObject;
  43. extern const CLSID CLSID_PSInPlaceActive;
  44. extern const CLSID CLSID_PSInPlaceFrame;
  45. extern const CLSID CLSID_PSDragDrop;
  46. extern const CLSID CLSID_PSBindCtx;
  47. extern const CLSID CLSID_PSEnumerators;
  48. extern const CLSID CLSID_StaticMetafile;
  49. extern const CLSID CLSID_StaticDib;
  50. extern const CLSID CID_CDfsVolume;
  51.  
  52. //********************************************
  53. //
  54. // CD Forms CLSIDs
  55. //
  56. //********************************************
  57.  
  58. //
  59. // Form Kernel objects
  60. //
  61. extern const CLSID CLSID_CCDFormKrnl;
  62. extern const CLSID CLSID_CCDPropertyPage;
  63. extern const CLSID CLSID_CCDFormDialog;
  64.  
  65. //
  66. // Control objects
  67. //
  68. extern const CLSID CLSID_CCDCommandButton;
  69. extern const CLSID CLSID_CCDComboBox;
  70. extern const CLSID CLSID_CCDTextBox;
  71. extern const CLSID CLSID_CCDCheckBox;
  72. extern const CLSID CLSID_CCDLabel;
  73. extern const CLSID CLSID_CCDOptionButton;
  74. extern const CLSID CLSID_CCDListBox;
  75. extern const CLSID CLSID_CCDScrollBar;
  76. extern const CLSID CLSID_CCDGroupBox;
  77.  
  78. //
  79. // Property Pages
  80. //
  81. extern const CLSID CLSID_CCDGeneralPropertyPage;
  82. extern const CLSID CLSID_CCDGenericPropertyPage;
  83. extern const CLSID CLSID_CCDFontPropertyPage;
  84. extern const CLSID CLSID_CCDColorPropertyPage;
  85. extern const CLSID CLSID_CCDLabelPropertyPage;
  86. extern const CLSID CLSID_CCDCheckBoxPropertyPage;
  87. extern const CLSID CLSID_CCDTextBoxPropertyPage;
  88. extern const CLSID CLSID_CCDOptionButtonPropertyPage;
  89. extern const CLSID CLSID_CCDListBoxPropertyPage;
  90. extern const CLSID CLSID_CCDCommandButtonPropertyPage;
  91. extern const CLSID CLSID_CCDComboBoxPropertyPage;
  92. extern const CLSID CLSID_CCDScrollBarPropertyPage;
  93. extern const CLSID CLSID_CCDGroupBoxPropertyPage;
  94. extern const CLSID CLSID_CCDXObjectPropertyPage;
  95.  
  96. extern const CLSID CLSID_CStdPropertyFrame;
  97.  
  98. extern const CLSID CLSID_CFormPropertyPage;
  99. extern const CLSID CLSID_CGridPropertyPage;
  100.  
  101. extern const CLSID CLSID_CWSJArticlePage;
  102. extern const CLSID CLSID_CSystemPage;
  103.  
  104. extern const CLSID CLSID_IdentityUnmarshal;
  105. extern const CLSID CLSID_InProcFreeMarshaler;
  106.  
  107. extern const CLSID CLSID_Picture_Metafile;
  108. extern const CLSID CLSID_Picture_EnhMetafile;
  109. extern const CLSID CLSID_Picture_Dib;
  110.  
  111. //
  112. // Enumerations
  113. //
  114. extern const GUID GUID_TRISTATE;
  115.  
  116. #ifdef __cplusplus
  117. }
  118. #endif
  119.  
  120. #pragma option pop
  121. #endif // __CGUID_H__
  122.